home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2000 September / september_2000.iso / intercd / root / ^Linux / cdrtools-1.10 / README.audio < prev    next >
Encoding:
Text File  |  2000-05-28  |  1.7 KB  |  44 lines

  1. Why do I hear only noise from my first audio CD?
  2.  
  3. You may have a byte swapping problem, try cdrecord -swab
  4.  
  5. Cdrecord assumes Motorola/Network byte order (big-endian) on input
  6. regardless of the byte order of the CD-Recorder. If Cdrecord
  7. encounters a .vaw file, byte order is corrected to match the byte order
  8. of the .wav file.
  9.  
  10. Cdrecord currently only supports Track at once. This gives 2 seconds
  11. pause between two audio tracks.
  12.  
  13. The 2 seconds pause between two audio tracks is the CD ***standard***
  14.  
  15. The standard says:
  16.     Each track starts with 2 seconds of silence
  17.     followed by at least 4 seconds of audio data.
  18.  
  19. For that reason the 2 second pause is generated by the CD-R drive in 
  20. Track at once (TAO) mode.
  21.  
  22. CD's that have no pause between two tracks are illegal (compared to RED BOOK).
  23. These illegal disks may be made with Disk At Once (DAO) only.
  24. In DAO mode the writing software needs to send the 2 seconds pause as 
  25. binary zeroes and therefore is able to create illegal disks by 
  26. sending audio data instead. 
  27.  
  28. This audio data (the last two seconds of a track in this case)
  29. however are part of the next track from viewing the TOC of the disk.
  30.  
  31. The new SCSI-3/mmc standard conforming drives
  32. (such as the Yamaha CDR-400, Matsushita CW-7502 ...)
  33. may in future be able to change the 2 second pause even in TAO mode.
  34. Current firmware does not allow to do this, but I expect 
  35. that (due to low level limitations) it will not be possible to set
  36. the pause to less than 5 sectors (0.066 seconds). From what I have been
  37. told from a firmware developer, it will most likely not do what
  38. people expect.
  39.  
  40. You have to wait for DAO unless you own a TEAC drive that allows you
  41. to create a TAO disk with similar properties than a DAO disk.
  42.  
  43. Joerg Schilling
  44.